Skip to content

Conversation

@o-shevchenko
Copy link
Contributor

Add missing space between 'install' and '-Dgpg.skip=true' to fix lifecycle phase error in CI builds.

CI build is broken

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.423 s
[INFO] Finished at: 2026-02-05T12:13:25Z
[INFO] ------------------------------------------------------------------------
Error:  Unknown lifecycle phase "install-Dgpg.skip=true". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: pre-clean, clean, post-clean, validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-site, site, post-site, site-deploy. -> [Help 1]
Error:  
Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
Error:  Re-run Maven using the -X switch to enable full debug logging.
Error:  
Error:  For more information about the errors and possible solutions, please read the following articles:
Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
Error: Process completed with exit code 1.

Add missing space between 'install' and '-Dgpg.skip=true' to fix
lifecycle phase error in CI builds.

Signed-off-by: Oleksandr Shevchenko <shevchenko.olexandr96@gmail.com>
@onobc
Copy link
Contributor

onobc commented Feb 5, 2026

Thanks for the fix @o-shevchenko . This was my bad during last release.

@onobc onobc merged commit eb5351d into spring-projects:main Feb 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants